From 068186597a403c08f53f0ae03444ed38d49abedb Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Sun, 29 Oct 2006 09:27:25 -0700 Subject: [PATCH] [IA64] MCA support - Fix UINT64 & BOOLEAN typedefs Signed-off-by: Yutaka Ezaki Signed-off-by: Masaki Kanno Signed-off-by: Kazuhiro Suzuki --- xen/include/asm-ia64/vcpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-ia64/vcpu.h b/xen/include/asm-ia64/vcpu.h index a95d3f1c29..b61915e3b2 100644 --- a/xen/include/asm-ia64/vcpu.h +++ b/xen/include/asm-ia64/vcpu.h @@ -10,7 +10,7 @@ #include #include #include -typedef int BOOLEAN; +#include struct vcpu; typedef struct vcpu VCPU; typedef cpu_user_regs_t REGS; -- 2.30.2